home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 April / inter@ivo 1997-04.iso / cybint15 / bin / generico.dxr / 00002.ls next >
Encoding:
Text File  |  1997-04-01  |  208 b   |  12 lines

  1. on exitFrame
  2.   if the movieTime of sprite 1 = the duration of cast 1 then
  3.     startTimer()
  4.     repeat while the timer < 30
  5.       nothing()
  6.     end repeat
  7.     go(1, "main")
  8.   else
  9.     Loopframe()
  10.   end if
  11. end
  12.